document.body.style.backgroundColor = "yellow";
var warning = document.getElementById("warning");
warning.style.background-color = "red";
document.querySelector('html').style.backgroundColor = 'red';
// Change the background color to red
document.body.style.backgroundColor = "red";